Api.EnableHotConnect method
Allows new hardware to be added while the EtherCAT network is running.
Namespace: IntervalZero.KINGSTAR.OpcUa.Api
Assembly: IntervalZero.KINGSTAR.OpcUa.Api (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0
Syntax
public KsError EnableHotConnect(
bool Active
)
Public Function EnableHotConnect(
Active As Boolean
) As KsError
Parameters
Active
Type: bool
true to enable, and false to disable Hot Connect. By default, it is false.
Return value
Type: KsError
A return code of a method.
Remarks
- This method must be called after Create or CreateAsync and before Start.
- This feature requires Hot Connect Package.
-
For more information about how HotConnect, AutoRepair, and AutoRestart work, see Concepts > HotConnect, Repair, and Restart.
Usable EtherCAT states
ecatOffline
Examples
N/A
See also